home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir36 / batchlog.zip / BATCHLOG.DOC next >
Text File  |  1994-01-05  |  2KB  |  39 lines

  1. Subject: BATCHLOG.EXE
  2. Date:    January 5, 1994
  3.  
  4. BATCHLOG is a non-memory resident program to facilitate
  5. log keeping during a batch file. BATCHLOG creates and appends to
  6. a text file in the current directory with the name BATCH.LOG. 
  7.  
  8. The output format is:
  9. YY-MM-DD ! HH:MM:SS ! "Notes entered on the command line."
  10.  
  11. Usage is: BATCHLOG [/T] [/B] [/S] [/Fdrive\directory\filename.exe] Your notes
  12.  
  13. Do not enter the square brackets. The purpose of the brackets is to
  14. indicate the switches that they enclose are optional.
  15.  
  16. The switches usage is:
  17.  
  18. /T (or -T), Draws a line across the top of the entry. For marking the
  19.             start of a logging session.
  20. /B (or -B)  Draws a line across the bottom of the entry. For marking
  21.             the end of a logging session.
  22. /S (or -S)  Suppresses the output to the screen;
  23.  
  24. /F (or -F)  Changes the default file name, BATCH.LOG, to the
  25.             drive:\directory\filename of the user's choice.
  26.             Example: /fC:\FD\FD.LOG will write to FD.LOG in directory
  27.             C:\FD.
  28.  
  29. The maximum number of individual words in the command-line user remark
  30. is limited to fifteen, unless the remark is inclosed by quotation marks. 
  31. The program evaluates a quotation string as one "word". 
  32.  
  33. DOS errors such as non-existent directory or write-protected disk will
  34. cause BATCHLOG to exit with an errorlevel other than zero.
  35.  
  36. This program has not been extensively tested. Determine its suitability
  37. for your usage before committing it to unattended batch file use.
  38.  
  39.